home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part2 / 10282 < prev    next >
Encoding:
Text File  |  1996-08-05  |  3.7 KB  |  90 lines

  1. Path: grapool30.rz.uni-frankfurt.de!news
  2. From: raftopou@stud.uni-frankfurt.de (Joerg Raftopoulos)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Proper mask, transfer rate, etc.
  5. Date: 15 Apr 96 22:54:02 +0100
  6. Organization: J. W. Goethe-Universitaet Frankfurt/Main
  7. Message-ID: <3184.6679T1374T130@stud.uni-frankfurt.de>
  8. References: <4k1740$ddo@hobbes.compusult.nf.ca> <4k1lkb$a3j@freenet-news.carleton.ca>
  9.     <2365.6671T6T1540@stud.uni-frankfurt.de> <dalec.06j5@zorro.amitrix.com>
  10. NNTP-Posting-Host: dialin139.rz.uni-frankfurt.de
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  12.  
  13.  
  14.  DC> Actually, the 3000 users manual has no such reference.  You must be talki
  15.  DC> about the section in the 2.04 Workbench manuals, which pertains to all
  16.  DC> machines, not just the 3000 (BTW, it's section 6-87 in the 2.1 manual).
  17.  
  18. alas! i always should have my personal notes handy before i write nonsense.
  19.  
  20. the correct mask value for the internal amiga 3000 series scsi hostadapter is
  21. indeed 0x7ffffffe. (as stated in earlier postings). mask should be 0xffffff
  22.  
  23. i promise next time i`ll be more carefull before posting.
  24.  
  25.  DC> However, the default value in HDToolBox has always been 0x7ffffffe, up to
  26.  DC> and including 3.1, AFAIK.  That is just a couple of bytes shy of 2 Gigs,
  27.  DC> which is the limit of the filesystems addressing. Anything larger is
  28.  DC> invalid.
  29.  
  30. as far as i understand the mask parameter it determines address space for dma
  31. operations. a3k memory map says every address >= $8000 0000 is reserved (or z3
  32. autoconfig from $ff00 0000 to $ff01 0000) and it`s really a good idea not to
  33. access an area where today nothing is located and nobody knows what in future
  34. amigas will be put in.
  35.  
  36.  DC> As a matter of interest, I once ran some DiskSpeed tests with both a "c"
  37.  DC> and an "e" mask.  The differences were so small as to be within the
  38.  DC> variation in numbers between successive tests with no changes.  However,
  39.  DC> usual, your mileage may vary, I'll stick with the default, it works.
  40.  
  41. at least the "c" it won`t crash your amiga or corrupt harddrive data. but it`s
  42. slower on word aligned buffers:
  43.  
  44.  
  45. MKSoft DiskSpeed 4.2  Copyright ⌐ 1989-92 MKSoft Development
  46. ------------------------------------------------------------
  47. CPU: 68030  AmigaOS Version: 40.68  Normal Video DMA
  48. Device:  bin0:    Buffers: 120
  49. Comments: DiskSpeed 4.2
  50.  
  51. { Amiga 3000, 68030@25 Mhz, Kickstart 40.68, Wb 40.42, WD 33C93A-00-08PL }
  52.  
  53. CPU Speed Rating: 1320
  54.  
  55. Testing with a 512 byte, MEMF_FAST, WORD-aligned buffer.
  56.  
  57. 7ffffffe mask                                 || 7ffffffc mask
  58. Create file:        41216 bytes/s | CPU : 50% || 78400 bytes/s | CPU : 26%
  59. Write to file:      43072 bytes/s | CPU : 51% || 38464 bytes/s | CPU : 36%
  60. Read from file:     48512 bytes/s | CPU : 44% || 83968 bytes/s | CPU : 13%
  61.  
  62.  
  63. *** but ***
  64.  
  65. Testing with a 4096 byte, MEMF_FAST, WORD-aligned buffer.
  66.  
  67. 7ffffffe mask                                  || 7ffffffc mask
  68. Create file:        244736 bytes/s | CPU : 27% || 54254 bytes/s | CPU : 52%
  69. Write to file:      276992 bytes/s | CPU : 23% || 28823 bytes/s | CPU : 57%
  70. Read from file:     250880 bytes/s | CPU : 23% || 47261 bytes/s | CPU : 52%
  71.  
  72.  
  73. Testing with a 32768 byte, MEMF_FAST, WORD-aligned buffer.
  74.  
  75. 7ffffffe mask                                  || 7ffffffc mask
  76. Create file:        391259 bytes/s | CPU : 22% || 57420 bytes/s | CPU : 55%
  77. Write to file:      437179 bytes/s | CPU : 20% || 27702 bytes/s | CPU : 59%
  78. Read from file:     402485 bytes/s | CPU : 14% || 44281 bytes/s | CPU : 56%
  79.  
  80.  
  81.  
  82.  
  83.  
  84.                                SOL LUCET OMNIBUS
  85.  
  86.                    Joerg Raftopoulos, Amiga User since 1987
  87.           3 x A1000, 1 x A500, 2 x A2000, 1 x A1200, 2 x A3000 Owner
  88. Student at J. W. Goethe Universitaet, Frankfurt am Main, West Germany, Sol III
  89.  
  90.